From 8de1d89622c8dd38e38f05d66b1e18dfcb99011e Mon Sep 17 00:00:00 2001 From: Benjamin Kagia Date: Tue, 14 Oct 2014 00:02:30 +0300 Subject: [PATCH] link to 64bit windows binaries #639 links added and grouped to encourage matching versions to be downloaded... --- src/doc/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/doc/index.md b/src/doc/index.md index 4ffd5a4dc..e6c7b4b7b 100644 --- a/src/doc/index.md +++ b/src/doc/index.md @@ -12,8 +12,8 @@ $ curl https://static.rust-lang.org/rustup.sh | sudo bash This will get you the latest Rust nightly for your platform along with the latest Cargo. You should run this script almost every day to get the latest updates. -If you are on Windows, you can directly download the latest [Rust](https://static.rust-lang.org/dist/rust-nightly-i686-w64-mingw32.exe) -and [Cargo](https://static.rust-lang.org/cargo-dist/cargo-nightly-i686-w64-mingw32.tar.gz) nightlies. +If you are on Windows, you can directly download the latest 32bit ([Rust](https://static.rust-lang.org/dist/rust-nightly-i686-w64-mingw32.exe) +and [Cargo](https://static.rust-lang.org/cargo-dist/cargo-nightly-i686-w64-mingw32.tar.gz)) or 64bit ([Rust](https://static.rust-lang.org/dist/rust-nightly-x86_64-w64-mingw32.exe) and [Cargo](https://static.rust-lang.org/cargo-dist/cargo-nightly-x86_64-w64-mingw32.tar.gz)) nightlies. Alternatively, you can build Cargo from source. -- 2.30.2